libpq on iPhone? - Mailing list pgsql-general

From Owen Hartnett
Subject libpq on iPhone?
Date
Msg-id p06240824c5ad9134ee49@[192.168.0.107]
Whole thread Raw
List pgsql-general
I've been able to use the libpq libraries on the iPhone simulator,
but I need to compile it on the ARM processor to actually run it on
an iPhone.  It seems my choices are:

1) add the relevant .c files to the iPhone XCode project and try to
get the conditional macros and configuration correct.

or

2) Try to recompile it from the original source distribution, only
try to tell the makefiles that I want it for the ARM processor,
instead of the Intel for the simulator.

I started along path 1, but wonder if path 2 is a better idea.  You
guys seem to have a mechanism for compiling on new processors, and
maybe that might be the strategy to take.

Any recommendations?

-Owen

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Smartest way to resize a column?
Next
From: Phoenix Kiula
Date:
Subject: Re: Smartest way to resize a column?